#toursboxes img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

#toursboxes .floatbox {      
    position: relative;
    bottom: 8rem;
    width: 80%;
    right: 0;
    left: 0;
    margin: 0 auto -10rem auto;
    background: white;
    padding: 1rem;
}


